翻訳と辞書
Words near each other
・ Simulated fluorescence process algorithm
・ Simulated growth of plants
・ Simulated moving bed
・ Simulated patient
・ Simulated pregnancy
・ Simulated presence therapy
・ Simulated Real Time
・ Simulated reality
・ Simulated reality in fiction
・ Simulated Society
・ Simulation
・ Simulation & Gaming
・ Simulation (disambiguation)
・ Simulation (journal)
・ Simulation algorithms for atomic DEVS
Simulation algorithms for coupled DEVS
・ Simulation cockpit
・ Simulation for Automatic Machinery
・ Simulation heuristic
・ Simulation hypothesis
・ Simulation Interoperability Standards Organization
・ Simulation language
・ Simulation Model Portability
・ Simulation modeling
・ Simulation noise
・ Simulation Open Framework Architecture
・ Simulation preorder
・ Simulation Pro Yakyuu
・ Simulation Publications
・ Simulation software


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Simulation algorithms for coupled DEVS : ウィキペディア英語版
Simulation algorithms for coupled DEVS
Given a coupled DEVS model, simulation algorithms are methods to generate the model's ''legal'' behaviors, which are a set of trajectories not to reach illegal states. (see behavior of a Coupled DEVS model.) () originally introduced the algorithms that handle time variables related to ''lifespan'' t_s \in () and ''elapsed time'' t_e\in .
Based on these relationships, the algorithms to simulate the behavior of a given Coupled DEVS are written as follows.
== Algorithms ==

DEVS-coordinator
Variables:
parent // parent coordinator
t_l: // time of last event
t_n: // time of next event
N=(X, Y, D, \, C_, C_, C_,Select)// the associated Coupled DEVS model
when receive init-message(Time ''t'')
for each i \in D do
send init-message(''t'') to child i
t_l \leftarrow \max\;
t_n \leftarrow \min\;
when receive star-message(Time ''t'')
if t \ne t_n then
error: bad synchronization;
i^
* \leftarrow Select(\);
send star-message(''t'')to i^
*
t_l \leftarrow \max\;
t_n \leftarrow \min\;
when receive x-message(x \in X, Time ''t'')
if ( t_l \le t and t \le t_n ) == false then
error: bad synchronization;
for each (x,x_i) \in C_ do
send x-message(x_i,''t'') to child i
t_l \leftarrow \max\;
t_n \leftarrow \min\;
when receive y-message(y_i \in Y_i, Time ''t'')
for each (y_i,x_i) \in C_ do
send x-message(x_i,''t'') to child i
if C_(y_i)\ne \phi then
send y-message(C_(y_i), ''t'') to parent;
t_l \leftarrow \max\;
t_n \leftarrow \min\;

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Simulation algorithms for coupled DEVS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.